AI019
Programming Elixir
Enumerables, Streams, and String Processing
Learning Objectives
- Identify the differences between eager and lazy collection processing
- Implement data transformations using the Enumerable protocol
- Leverage Streams for memory-efficient processing of large datasets
- Master advanced string processing and pattern matching patterns